From 88664f7ccbcedd974f6afdf22cd9af4a8790db7f Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 21 Sep 2017 20:31:48 -0400 Subject: [PATCH] Fix a typo --- gtk/gtkentry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c index 71228ee560..225f3e9e6f 100644 --- a/gtk/gtkentry.c +++ b/gtk/gtkentry.c @@ -1352,7 +1352,7 @@ gtk_entry_class_init (GtkEntryClass *class) entry_props[PROP_ATTRIBUTES] = g_param_spec_boxed ("attributes", P_("Attributes"), - P_("A list of style attributes to apply to the text of the label"), + P_("A list of style attributes to apply to the text of the entry"), PANGO_TYPE_ATTR_LIST, GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY); -- 2.30.2